'Declaration
<JetBrains.Annotations.CanBeNullAttribute()> Shadows ReadOnly Property Node As T
'Usage
Dim instance As ITreeTraverser(Of T) Dim value As T value = instance.Node
[JetBrains.Annotations.CanBeNull()] new T Node {get;}
Property Value
The value of this property can be null
(Nothing
in Visual Basic).